Remove debug spew
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Nov 2007 00:36:52 +0000 (00:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Nov 2007 00:36:52 +0000 (00:36 +0000)
svn path=/trunk/; revision=19092

ChangeLog
gtk/gtkmenuitem.c

index 48b12af85629f7027e82f584ea979650cf0cc3ec..04c87f45375cad483eb49e7f564fd094277ff69e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-29  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
+       debug spew.
+
 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/Makefile.am: Fix ordering of subdirs.
index 59673cf822d72005a7a19716dce4a0f9c5641d4e..1801a66842236f7d6a0b247a19a1a1ea843f4004 100644 (file)
@@ -894,9 +894,6 @@ gtk_menu_item_paint (GtkWidget    *widget,
 
          arrow_extent = arrow_size * arrow_scaling;
 
-          g_printerr ("%s: scaling = %f   size = %d   extent = %d\n",
-                      G_STRFUNC, arrow_scaling, arrow_size, arrow_extent);
-
          shadow_type = GTK_SHADOW_OUT;
          if (state_type == GTK_STATE_PRELIGHT)
            shadow_type = GTK_SHADOW_IN;